.anim-vertical{
	-webkit-transition: all 1s; /* For Safari 3.1 to 6.0 */
    transition: all 1s;
	}
body#cbp-so-scroller .collapse-vertical{
	height:0;
	overflow-y:hidden;
	padding:0;
	}
.expand-vertical{
	height:auto;
	}
#servicesDescrip {
  background-color: #df5757;
  text-align: center;
  padding: 100px 0;
  color: #fff;
  -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
}
#servicesDescrip h1 {
  margin: 0 0 40px 0;
  color: #fff;
}
#servicesDescrip h2 {
  font-size: 1.444444444444444em;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#servicesDescrip h2 a {
  color: #fff;
}